Skip to main content
Version: 0.17.x

Status

GET 

/status

Status

Returns all information about the app and its current status.

The /status endpoint gives information about currently active models, and the config the app is running with. A 200 response indicates that the server is running. To check if the server is ready to receive requests, see the /healthz endpoint.

Request​

Responses​

Server is running, backend configuration is returned in body

Schema

    dead_readers

    object

    required

    property name*

    MaskedReaderInfo

    backend stringrequired
    consumer_group stringrequired
    model_name stringrequired
    model_type stringrequired

    live_readers

    object

    required

    property name*

    MaskedReaderInfo

    backend stringrequired
    consumer_group stringrequired
    model_name stringrequired
    model_type stringrequired
    ports object[]required
Loading...